home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / JournalValidation.nib / data.classes next >
Text File  |  1994-01-10  |  4KB  |  296 lines

  1. JoChooser = {
  2.     ACTIONS = {
  3.     changeJoType:;
  4.     load:;
  5.     };
  6.     OUTLETS = {
  7.     joTypePopUp;
  8.     scrollView;
  9.     accountScrollView;
  10.     accountNameField;
  11.     box;
  12.     accountField;
  13.     codeField;
  14.     };
  15.     SUPERCLASS = QuantaWindowCtrl;
  16. };
  17. InterfaceCtrl = {
  18.     ACTIONS = {
  19.     selectFirstText:;
  20.     deleteRow:;
  21.     select:;
  22.     save:;
  23.     addRow:;
  24.     insert:;
  25.     insertRow:;
  26.     reload:;
  27.     clearInterface:;
  28.     clear:;
  29.     destinationChanged:;
  30.     new:;
  31.     };
  32.     OUTLETS = {
  33.     firstText;
  34.     interface;
  35.     };
  36.     SUPERCLASS = TableCtrl;
  37. };
  38. WindowCtrl = {
  39.     ACTIONS = {
  40.     orderFrontAccountController:;
  41.     changeLayout:;
  42.     print:;
  43.     newPiece:;
  44.     windowDidBecomeMain:;
  45.     windowDidBecomeKey:;
  46.     orderFrontPlanComptable:;
  47.     importTextFile:;
  48.     show:;
  49.     windowWillClose:;
  50.     orderFrontJournalController:;
  51.     };
  52.     OUTLETS = {
  53.     window;
  54.     printedView;
  55.     printInfo;
  56.     };
  57.     SUPERCLASS = QuantaCtrl;
  58. };
  59. FirstResponder = {
  60.     ACTIONS = {
  61.     };
  62.     SUPERCLASS = Object;
  63. };
  64. QuantaObject = {
  65.     OUTLETS = {
  66.     baseCompta;
  67.     journalController;
  68.     pieceController;
  69.     transactionController;
  70.     database;
  71.     accountController;
  72.     keyColumn;
  73.     comptaDocument;
  74.     planComptable;
  75.     table;
  76.     };
  77.     SUPERCLASS = Object;
  78. };
  79. QuantaWindowCtrl = {
  80.     OUTLETS = {
  81.     company;
  82.     };
  83.     SUPERCLASS = WindowCtrl;
  84. };
  85. AccountRange = {
  86.     SUPERCLASS = StringRange;
  87. };
  88. JournalValidation = {
  89.     ACTIONS = {
  90.     doAction:;
  91.     stop:;
  92.     delete:;
  93.     doubleClick:;
  94.     };
  95.     OUTLETS = {
  96.     mStatusString;
  97.     mStatus;
  98.     pDateField;
  99.     pTitleField;
  100.     pCurrentCountField;
  101.     colStatus;
  102.     pStopButton;
  103.     buttonMatrix;
  104.     pCountField;
  105.     pRefField;
  106.     validationPanel;
  107.     pTranCodeField;
  108.     mDataId;
  109.     colDataId;
  110.     };
  111.     SUPERCLASS = Journal;
  112. };
  113. MatrixScrollView = {
  114.     ACTIONS = {
  115.     select:;
  116.     changeLayout:;
  117.     print:;
  118.     changeFont:;
  119.     selectAll:;
  120.     selectionDidChange:;
  121.     };
  122.     OUTLETS = {
  123.     matrixClass;
  124.     cellClass;
  125.     dv;
  126.     textDelegate;
  127.     tv;
  128.     primaryMatrix;
  129.     titleFont;
  130.     fillBlock;
  131.     backgroundMatrix;
  132.     delegate;
  133.     keyDownField;
  134.     tcv;
  135.     font;
  136.     matrixPrototype;
  137.     };
  138.     SUPERCLASS = ScrollView;
  139. };
  140. Journal = {
  141.     ACTIONS = {
  142.     ruptureTypeChanged:;
  143.     joKindChanged:;
  144.     ok:;
  145.     yearDidChange:;
  146.     singleClick:;
  147.     doubleClick:;
  148.     };
  149.     OUTLETS = {
  150.     consolidate;
  151.     colTranDesc;
  152.     joKindPopUpButton;
  153.     avecReport;
  154.     totalTitle;
  155.     numEcritureFoundTitle;
  156.     accountRange;
  157.     statusChooser;
  158.     mRef;
  159.     colJoName;
  160.     mAccount;
  161.     colTranCode;
  162.     colDesc;
  163.     colJo;
  164.     colAmountValue;
  165.     colDate;
  166.     colJoType;
  167.     boldFont;
  168.     mJoType;
  169.     mDate;
  170.     colRef;
  171.     backgroundMatrix;
  172.     mDesc;
  173.     numTranFoundTitle;
  174.     mAmountDebit;
  175.     mTranCode;
  176.     totalCredit;
  177.     showSoldeNul;
  178.     joChooser;
  179.     colJoShortName;
  180.     mPeriod;
  181.     colAccount;
  182.     scrollView;
  183.     exerciceCtrl;
  184.     totalDebit;
  185.     mAmountCredit;
  186.     mJoName;
  187.     mJoShortName;
  188.     ruptureType;
  189.     showPageRupture;
  190.     };
  191.     SUPERCLASS = QuantaWindowCtrl;
  192. };
  193. StatusChooser = {
  194.     OUTLETS = {
  195.     status;
  196.     };
  197.     SUPERCLASS = Object;
  198. };
  199. QuantaCtrl = {
  200.     OUTLETS = {
  201.     company;
  202.     };
  203.     SUPERCLASS = Object;
  204. };
  205. QITableView = {
  206.     ACTIONS = {
  207.     reloadRow:;
  208.     reload:;
  209.     };
  210.     OUTLETS = {
  211.     tableCtrl;
  212.     };
  213.     SUPERCLASS = MatrixScrollView;
  214. };
  215. DateRange = {
  216.     ACTIONS = {
  217.     revert:;
  218.     setPeriod:;
  219.     validate:;
  220.     };
  221.     OUTLETS = {
  222.     delegate;
  223.     fromField;
  224.     toField;
  225.     };
  226.     SUPERCLASS = Object;
  227. };
  228. ExercicesCtrl = {
  229.     ACTIONS = {
  230.     yearChanged:;
  231.     loadPeriodsPopUpList:;
  232.     fromPeriodChanged:;
  233.     toPeriodChanged:;
  234.     periodChanged:;
  235.     loadYearPopUpList:;
  236.     selectCurrentYear:;
  237.     load:;
  238.     };
  239.     OUTLETS = {
  240.     delegate;
  241.     fromPeriodPopUpButton;
  242.     fromField;
  243.     toField;
  244.     toPeriodPopUpButton;
  245.     yearPopUpButton;
  246.     };
  247.     SUPERCLASS = QuantaCtrl;
  248. };
  249. TableCtrl = {
  250.     ACTIONS = {
  251.     new:;
  252.     clear:;
  253.     select:;
  254.     save:;
  255.     deleteAllRows:;
  256.     insert:;
  257.     update:;
  258.     delete:;
  259.     };
  260.     OUTLETS = {
  261.     delegate;
  262.     joinTableCtrl;
  263.     database;
  264.     };
  265.     SUPERCLASS = Object;
  266. };
  267. StringRange = {
  268.     ACTIONS = {
  269.     revert:;
  270.     validate:;
  271.     };
  272.     OUTLETS = {
  273.     fromField;
  274.     toField;
  275.     };
  276.     SUPERCLASS = Object;
  277. };
  278. QuantaInterface = {
  279.     ACTIONS = {
  280.     orderFrontAccountController:;
  281.     changeLayout:;
  282.     print:;
  283.     newPiece:;
  284.     changeFont:;
  285.     windowDidBecomeKey:;
  286.     orderFrontPlanComptable:;
  287.     orderFrontJournalController:;
  288.     };
  289.     OUTLETS = {
  290.     window;
  291.     printedView;
  292.     printInfo;
  293.     };
  294.     SUPERCLASS = QuantaObject;
  295. };
  296.